home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 December / EnigmA AMIGA RUN 13 (1996)(G.R. Edizioni)(IT)[!][issue 1996-12][PLANET CD III].iso / enigma / earcd / unix / uae-0_64.lha / uae-0.6.4 / Makefile.in < prev    next >
Makefile  |  1996-07-30  |  290b  |  21 lines

  1. #
  2. # Top-level Makefile for UAE
  3. #
  4.  
  5. all:
  6.     cd src && $(MAKE)
  7.     cp src/uae .
  8.     cp src/readdisk .
  9.  
  10. bebox:
  11.     cd src && $(MAKE) -f Makefile.Be
  12.  
  13. clean:
  14.     cd src && $(MAKE) clean
  15.     rm -f uae
  16.     
  17. streifenfrei:
  18.     cd src && $(MAKE) streifenfrei
  19.     rm -f uae
  20.     rm -f config.cache config.log config.status Makefile
  21.